home *** CD-ROM | disk | FTP | other *** search
- ; This file describes the configurable parameters for ROS. Each parameter
- ; has a default value that will be used unless changed here. The original
- ; version of this file, lists all the possible paramters and their default
- ; values.
- ;
- SysName ROS ; System name
- HDPark 0 ; Number of hard disk drives to park
- ; when idling [0..2]
- TimeoutShort 60 ; Short timeout in seconds
- TimeoutLong 300 ; Long timeout in seconds
- DefAcc 10 ; New user access level
- RegAcc 11 ; Registered user access level
- ValAcc 20 ; Validated user access level
- DirAcc 20 ; System directory access level. File areas
- ; with this access level or lower will be
- ; included in the system directory.
- ; Normally this will be the same as
- ; "ValAcc" (above) but there may be
- ; special situations which require this
- ; flexibility.
- AltSysop 250 ; Alternate sysop access level
- PriSysop 255 ; Primary sysop access level
- LPDAcc 250 ; The time limit is per day for users below
- ; this access level. At or above this
- ; level, the limit is per call.
- DefTime 15 ; Default time limit
- ValTime 45 ; Time limit for validated users
- DefChars 80 ; Default characters per line
- DefLines 23 ; Default lines per page
- DefMsgArea POST ; Default message area
- DefFilArea LOGIN ; Default file area
- ChatStart 19 ; Chat hours - start
- ChatEnd 22 ; - end
- ChatSignals 10 ; Number of times to signal for sysop
- Fence | ; Character between directory columns
- UnvDays 7 ; Days to retain unvalidated user
- ValDays 180 ; Days to retain validated user
- ReadDays 10 ; Days to retain read, undeleted messages
- UnrdDays 90 ; Days to retain unread, undeleted messages
- NewinDays 14 ; Days (since U/L) to retain files in NEWIN area
- DustyDays 30 ; Days (since D/L) to retain files in DUSTY area
- OtherDays 180 ; Days (since D/L) to retain files in other areas
- MaxTries 3 ; Max number of tries for password
- OpenSystem Y ; Open or closed system
- TrimHiBit N ; "Y" => trim high bit except during Xmodem transfers
- ComPort 1 ; Port 1 or 2
- ComParity N ; N => None; E => Even; O => Odd
- ComLength 8 ; Character length
- ComStop 1 ; Number of stop bits
- ;
- ; In the following modem command strings, "{" sends a carriage return to
- ; the modem and "~" delays for 1/2 second before continuing. For example,
- ; "~~~+++" delays for 1 1/2 seconds, and then sends "+++" to the modem.
- ; Command strings may be up to 40 characters long, responses may be as long
- ; as 12 characters.
- ;
- CmndReset AT Z{ ; Modem reset string - sent ONCE at startup
- RespReset OK
- WaitReset 5
- ; Modem initialization string - sent before EACH CALL
- ;
- CmndInit AT E1 H0 Q0 S0=0 S7=30 V1 X4 M0{', { Initialization command
- ; | | | | | | | | |turn off speaker
- ; | | | | | | | |extended commands
- ; | | | | | | |verbose result codes
- ; | | | | | |seconds to wait for carrier
- ; | | | | |disable auto answer
- ; | | | |return result codes
- ; | | |ensure phone hung up
- ; | |echo commands
- ; |get attention }
- RespInit OK ; Response if successful
- WaitInit 5 ; Seconds to wait for success
- CmndBusy AT H1{ ; Make line busy
- RespBusy OK ; Response if successful
- WaitBusy 5 ; Seconds to wait for success
- CmndLocal ~~~+++ ; Return modem to local mode
- RespLocal OK ; Response if successful
- WaitLocal 5 ; Seconds to wait for success
- CmndHangup AT H{ ; Disconnect
- RespHangup OK ; Response if successful
- WaitHangup 5 ; Seconds to wait for success
- RespRing RING ; Ring signal detected
- CmndAnswer AT A{ ; Answer call
- RespAnswer ; Response if successful
- ; Some modems respond with "OFF HOOK" when issued the command "ATA". Those
- ; that do may need the following definition:
- ;RespAnswer OFF HOOK ; Response if successful
- WaitAnswer 5 ; Seconds to wait for success
- ; ROS supports up to 3 baud rates. The first rate listed below will be
- ; the rate used for off-line communication with the modem. Normally it
- ; should be the fastest speed your modem can handle.
- RespConnect CONNECT 2400 ; 2400 baud connect message
- RateConnect 2400 ; Rate to set for this message
- RespConnect CONNECT 1200 ; 1200 baud connect message
- RateConnect 1200 ; Rate to set for this message
- RespConnect CONNECT ; 300 baud connect message
- RateConnect 300 ; Rate to set for this message
- WaitConnect 15 ; Seconds to wait for success
- RespError ERROR ; Error in command execution
- FGMain 7
- FGStat 0
- FGSend 7
- FGRecv 7
- BGMain 0
- BGStat 7
- BGSend 0
- BGRecv 0